home *** CD-ROM | disk | FTP | other *** search
/ Max Calendar 2002 / Max Calendar 2002.iso / pc / Data_2 / intro_2.dxr / 00120_10_acc.ls < prev    next >
Encoding:
Text File  |  2001-10-17  |  177 b   |  7 lines

  1. on mouseUp
  2.   numero = string(the clickOn - 2)
  3.   set the member of sprite 16 to numero & "_M"
  4.   set the member of sprite 25 to the memberNum of sprite 16 + 1
  5.   updateStage()
  6. end
  7.